README.org: fix page flipping command names
authoranis-semmar <78486514+anis-semmar@users.noreply.github.com>
Thu, 18 Nov 2021 16:30:41 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 16:30:41 +0000 (17:30 +0100)
`which-key-show-next-page` / `which-key-show-previous-page` do not exist, state the correct command name.

README.org

index 37c742edcce880de53e5d639149c17892ba3f24d..ea80bfda88af0c5ed9c41c9c8a22731bde83b488 100644 (file)
    - =which-key-show-major-mode= will show the currently active major-mode
      bindings. It's similar to =C-h m= but in a which-key format. It is also
      aware of evil commands defined using =evil-define-key=.
-   - =which-key-show-next-page= is the command used for paging.
+   - =which-key-show-next-page-cycle= / =which-key-show-previous-page-cycle= will flip pages in a circle.
+   - =which-key-show-next-page-no-cycle= / =which-key-show-previous-page-no-cycle= will flip pages and stop at first/last page.
    - =which-key-undo= can be used to undo the last keypress when in the middle
      of a key sequence.